POST
/DataRetrieval/GetBatchData/
Gets the data for the specified objects with the specified settings. Used mainly for scorecards/reports.
Request
Method
Request URI
POST
/API/DataRetrieval/GetBatchData/?sessionId=value
URI Parameters
URI Parameter
Description
sessionId
ID of the session.
Specifying via an Authorization request header instead is recommended.
Request Headers
Authorization: Bearer <Current session ID>
Request Body
Name:
options
Type:
Dundas.BI.WebApi.Models.BatchedDataRequestData
[]
Response
Response Body
Returns an array of
Dundas.BI.WebApi.Models.BatchedResultData
with the results. If an error occurs, either a status code is returned indicating the problem, or the Exceptions property on the result will be populated with one or more errors.